home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15496 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  38 lines

  1. Newsgroups: comp.lang.c
  2. Path: cs.vu.nl!news
  3. From: Kastermans B <bkaster@cs.vu.nl>
  4. Subject: Re: gcc - displaying the calling tree
  5. Nntp-Posting-Host: galjoen.cs.vu.nl
  6. X-Mailer: Mozilla 2.01 (X11; I; SunOS 5.4 sun4m)
  7. Content-Type: text/plain; charset=us-ascii
  8. References: <4kqe2m$3nt@newsbf02.news.aol.com>
  9. Sender: news@cs.vu.nl
  10. Mime-Version: 1.0
  11. Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
  12. Date: Fri, 19 Apr 1996 11:12:35 GMT
  13. Message-ID: <31777523.4910@cs.vu.nl>
  14. Content-Transfer-Encoding: 7bit
  15.  
  16. Andkoe wrote:
  17. > Hello,
  18. > I'm using gcc under linux and I want to get information about the calling
  19. > tree
  20. > of a larger program package I'm dealing with, i.e. I want to know what
  21. > subroutines are called where in the program and additionally information
  22. > about the scope of variables in this program package. Are there any
  23. > compiler options of gcc generating such an information?
  24. > Or does exist a public domain tool for linux and X which is able to
  25. > visualizise this information?
  26. > Thanks
  27. >     Andreas
  28. > (andkoe@aol.com or koe@gatekeeper.rhein.de)
  29. check man strace
  30.  
  31. MVG
  32. Bart Kastermans
  33.